home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / spyware / bhodemon20setup_2023.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-05-19  |  2.5 KB  |  51 lines

  1. ;InnoSetupVersion=4.1.5
  2. [Setup]
  3. AppName=BHODemon
  4. AppVerName=BHODemon 2.0.0.23
  5. AppId=BHODemon
  6. AppPublisher=Definitive Solutions, Inc.
  7. AppPublisherURL=http://www.definitivesolutions.com
  8. AppSupportURL=http://www.definitivesolutions.com
  9. AppUpdatesURL=http://www.definitivesolutions.com
  10. DefaultDirName={pf}\BHODemon 2
  11. DefaultGroupName=BHODemon 2.0
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoBeforeFile=embedded\InfoBefore.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\BHODemon.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\bhodemon20help.html"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\BHODemonWhatsNew.html"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\BHODemon20List.ini"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\CLSID.html"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\bholist.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\mfc71.dll"; DestDir: "{app}"; 
  27. Source: "{app}\msvcp71.dll"; DestDir: "{app}"; 
  28. Source: "{app}\msvcr71.dll"; DestDir: "{app}"; 
  29. [Registry]
  30. Root: HKCU; Subkey: "Software\Definitive Solutions\BHODemon 2.0"; Flags: uninsdeletekey 
  31. [Run]
  32. Filename: "{app}\bhodemon20help.html"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  33. Filename: "{app}\BHODemon.exe"; Description: "Launch BHODemon 2.0"; Flags: postinstall skipifsilent nowait
  34. [Icons]
  35. Name: "{group}\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; 
  36. Name: "{group}\Uninstall BHODemon 2.0"; Filename: "{uninstallexe}"; 
  37. Name: "{userdesktop}\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; Tasks: desktopicon; 
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; Tasks: quicklaunchicon; 
  39. Name: "{userstartup}\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; Flags: runminimized 
  40. [Tasks]
  41. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  42. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\_BHODemon.log"; 
  45. Type: dirifempty; Name: "{app}"; 
  46. Type: files; Name: "{app}\BHODemonReport_{{*}.txt"; 
  47. [Languages]
  48. ; These files are stubs
  49. ; To achieve better results after recompilation, use the real language files
  50. Name: "default"; MessagesFile: "embedded\default.isl"; 
  51.